home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / qscripts.arc / CITADEL.SCR < prev    next >
Text File  |  1986-03-02  |  665b  |  32 lines

  1. . This Script can be customized easily for CITADEL Auto Logons
  2. .
  3. . Use it to call Pieman's Wares at (612) 445-2316
  4. .
  5. . Replace PASSWORD with you normal password.
  6.  
  7. Note      Logging onto a CITADEL
  8.  
  9. .BEEP.SCR must be in your script directory!
  10. $1      $2
  11. SCRIPT  BEEP.SCR        'CITADEL.SCR'
  12. BEEPRET:
  13.  
  14. .Send a return, wait one second, then send another return, etc.
  15. TRYAGAIN:
  16. SEND    "{"
  17. TIMEOUT 1       TRYAGAIN
  18.  
  19. WAITFOR "The Fair> "
  20. SEND    "~L"
  21.  
  22. .Now that they are on the horn, adjust the timeout to 30 seconds.
  23. TIMEOUT 30
  24.  
  25. WAITFOR ": "
  26. SEND    "~PASSWORD{"
  27.  
  28. BEEP    400
  29.  
  30. . END.SCR must be in your script directory.
  31. SCRIPT  END.SCR
  32.